home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
edit_topic
< prev
next >
Wrap
Text File
|
2002-09-18
|
357b
|
25 lines
#
# Felony asked me for this, so here you go! =)
#
alias edit_topic
{
^local thetopic
^stack push on 333
^stack push on 332
^stack push on 331
^on ^333 * #
^on ^332 * {
bless
@ thetopic = [$2-]
}
^on ^331 * #
^topic
^wait
^parsekey erase_line
^xtype -literal /topic $thetopic
stack pop on 331
stack pop on 332
stack pop on 333
}
#hop'y2k